home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / misc / temgen.lha / Temgen / tg-0.11 / README < prev    next >
Text File  |  2002-12-18  |  679b  |  24 lines

  1. temgen 0.11 - universal code generator
  2. Copyright (C) 2002 Marek Letowski
  3. This program is distributed under the terms of
  4. GNU General Public License.
  5. ------------------------------------------------------
  6.  
  7.  
  8. This is beta version of the program.
  9. See doc/ directory for documentation.
  10. Use ./configure and make for compilation.
  11.  
  12. Author: Marek Letowski (mletowski@firma.interia.pl)
  13.  
  14.  
  15. - If you have problem with parser compilation (yacc or bison error
  16.   or error in lex.yy.c, y.tab.c, y.tab.h) try to use precompiled code.
  17.   Do the following:
  18.      make clean
  19.      cp lex.yy.c.precomp lex.yy.c
  20.      cp y.tab.c.precomp y.tab.c
  21.      cp y.tab.h.precomp y.tab.h
  22.      make
  23.   This should work.
  24.